home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / boekhoud / finan / BADGER finance v1.0 beta 2.exe / xampplite / phpMyAdmin / lang / slovenian-utf-8.inc.php < prev    next >
PHP Script  |  2006-03-23  |  67KB  |  980 lines

  1. <?php
  2. /* $Id: slovenian-utf-8.inc.php,v 2.119.2.3 2006/03/23 17:42:15 lem9 Exp $ */
  3.  
  4. /* By: urska.colner, agenda d.o.o. <urska.colner@agenda.si>, uros kositer, agenda d.o.o. <urosh@agenda.si> */
  5.  
  6. $charset = 'utf-8';
  7. $allow_recoding = TRUE;
  8. $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
  9. $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
  10. $right_font_family = 'arial, helvetica, geneva, sans-serif';
  11. $number_thousands_separator = '.';
  12. $number_decimal_separator = ',';
  13. // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
  14. $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
  15.  
  16. $day_of_week = array('Ned', 'Pon', 'Tor', 'Sre', '─îet', 'Pet', 'Sob');
  17. $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Avg', 'Sep', 'Okt', 'Nov', 'Dec');
  18. // See http://www.php.net/manual/en/function.strftime.php to define the
  19. // variable below
  20. $datefmt = '%d %B %Y ob %I:%M %p';
  21. $timespanfmt = '%s dni, %s ur, %s minut in %s sekund';
  22.  
  23. $strAPrimaryKey = 'Na %s je dodan primarni klju─ì';
  24. $strAbortedClients = 'Prekinjeno';
  25. $strAbsolutePathToDocSqlDir = 'Vnesite absolutno pot do docSQL mape na stre┼╛niku';
  26. $strAccessDenied = 'Dostop zavrnjen';
  27. $strAccessDeniedExplanation = 'phpMyAdmin se je posku┼íal povezati na MySQL stre┼╛nik, ki je zavrnil povezavo. Preverite, ali gostitelj, uporabni┼íko ime in geslo v datoteki config.inc.php ustrezajo podatkom administratorja MySQL stre┼╛nika.';
  28. $strAction = 'Akcija';
  29. $strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrednost';
  30. $strAddConstraints = 'Dodaj omejitve';
  31. $strAddDeleteColumn = 'Dodaj/Odstrani stolpec \'Polje\'';
  32. $strAddDeleteRow = 'Dodaj/Odstrani vrstico \'Kriterij\'';
  33. $strAddDropDatabase = 'Dodaj DROP DATABASE';
  34. $strAddHeaderComment = 'Dodaj prilagojen komentar v glavo (\\n prelomi vrstice)';
  35. $strAddIfNotExists = 'Dodaj ─îE NE OBSTAJA';
  36. $strAddIntoComments = 'Dodaj med komentarje';
  37. $strAddNewField = 'Dodaj novo polje';
  38. $strAddPrivilegesOnDb = 'Dodaj privilegije na naslednji podatkovni bazi';
  39. $strAddPrivilegesOnTbl = 'Dodaj privilegije na naslednji tabeli';
  40. $strAddSearchConditions = 'Dodaj iskalne pogoje (telo "where" stavka):';
  41. $strAddToIndex = 'Dodaj indeksu  %s stolpec(ce)';
  42. $strAddUser = 'Dodaj novega uporabnika';
  43. $strAddUserMessage = 'Dodali ste novega uporabnika.';
  44. $strAddedColumnComment = 'Dodan komentar za stolpec';
  45. $strAddedColumnRelation = 'Dodana relacija za stolpec';
  46. $strAdministration = 'Administracija';
  47. $strAffectedRows = 'Spremenjene vrstice:';
  48. $strAfter = 'Po %s';
  49. $strAfterInsertBack = 'Nazaj na prej┼ínjo stran';
  50. $strAfterInsertNewInsert = 'Vstavi ┼íe eno novo vrstico';
  51. $strAfterInsertSame = 'Pojdi nazaj na stran';
  52. $strAll = 'Vse/Vsi';
  53. $strAllTableSameWidth = 'prika┼╛em vse tabele enake ┼íirine?';
  54. $strAlterOrderBy = 'Spremeni vrstni red prikaza tabele za';
  55. $strAnIndex = 'Na %s je dodan indeks';
  56. $strAnalyzeTable = 'Analiziraj tabelo';
  57. $strAnd = 'In';
  58. $strAny = 'Katerikoli';
  59. $strAnyHost = 'Katerikoli gostitelj';
  60. $strAnyUser = 'Katerikoli uporabnik';
  61. $strArabic = 'Arabsko';
  62. $strArmenian = 'Armensko';
  63. $strAscending = 'Nara┼í─ìajo─ìe';
  64. $strAtBeginningOfTable = 'Na za─ìetku tabele';
  65. $strAtEndOfTable = 'Na koncu tabele';
  66. $strAttr = 'Atributi';
  67. $strAutodetect = 'Samodejno zaznaj';
  68. $strAutomaticLayout = 'Samodejna postavitev';
  69.  
  70. $strBack = 'Nazaj';
  71. $strBaltic = 'Baltsko';
  72. $strBeginCut = 'ZA─îETEK IZREZA';
  73. $strBeginRaw = 'BEGIN RAW';
  74. $strBinary = 'Binarno';
  75. $strBinaryDoNotEdit = 'Binarno - ne urejaj';
  76. $strBookmarkAllUsers = 'Dovoli dostop do zaznamka vsem uporabnikom';
  77. $strBookmarkDeleted = 'Zaznamek je odstranjen.';
  78. $strBookmarkLabel = 'Nalepka';
  79. $strBookmarkQuery = 'Ozna─ìena SQL-poizvedba';
  80. $strBookmarkThis = 'Ozna─ìi to SQL-poizvedbo';
  81. $strBookmarkView = 'Samo pogled';
  82. $strBrowse = 'Prebrskaj';
  83. $strBrowseForeignValues = 'Prebrskaj tuje vrednosti';
  84. $strBulgarian = 'Bolgarsko';
  85. $strBzError = 'phpMyAdmin ni uspel stisniti odlo┼╛enih podatkov zaradi neuporabne kon─ìnice Bz2 v tej razli─ìici php. Zelo dobro bi bilo, da v konfiguracijski datoteki za phpMyAdmin spremenite ukaz <code>$cfg[\'BZipDump\']</code> v <code>FALSE</code>. ─îe ┼╛elite izvajati stiskanje s pomo─ìjo Bz2, boste morali posodobiti php v novej┼ío razli─ìico. Za podrobnosti si oglejte php poro─ìilo o napaki %s.';
  86. $strBzip = '"bzipano"';
  87.  
  88. $strCSVOptions = 'CSV mo┼╛nosti';
  89. $strCalendar = 'Koledar';
  90. $strCannotLogin = 'Ne morem se prijaviti v MySQL stre┼╛nik';
  91. $strCantLoad = 'ne morem nalo┼╛iti podalj┼íka %s,<br />prosim preverite PHP konfiguracijo';
  92. $strCantLoadRecodeIconv = 'Ni mogo─ìe nalo┼╛iti iconv ali recode ekstenzij, ki so potrebne za pretvorbe kodnih tabel, konfigurirajte php tako, da bo omogo─ìal uporabo teh ekstenzij ali onemogo─ìite pretvarjanje kodnih tabel v phpMyAdmin.';
  93. $strCantRenameIdxToPrimary = 'Indeksa ni mogo─ìe preimenovati v PRIMARY!';
  94. $strCantUseRecodeIconv = 'Ni mogo─ìe uporabljati iconv, libiconv ali recode_string funkcij, ─ìeprav so ekstenzije normalno nalo┼╛ene. Preverite konfiguracijo php.';
  95. $strCardinality = 'Kardinalnost';
  96. $strCaseInsensitive = 'ne razlikuj velikih in malih ─ìrk';
  97. $strCaseSensitive = 'razlikuj velike in male ─ìrke';
  98. $strCentralEuropean = 'Centralno evropsko';
  99. $strChange = 'Spremeni';
  100. $strChangeCopyMode = 'Ustvari novega uporabnika z enakimi pravicami in ...';
  101. $strChangeCopyModeCopy = '... obdr┼╛i starega.';
  102. $strChangeCopyModeDeleteAndReload = ' ... izbri┼íi starega uporabnika s seznama uporabnikov ter ponovno nalo┼╛i njegove pravice.';
  103. $strChangeCopyModeJustDelete = ' ... izbri┼íi starega s seznama uporabnikov.';
  104. $strChangeCopyModeRevoke = ' ... prekli─ìi vse aktivne pravice starega uporabnika ter jih izbri┼íi.';
  105. $strChangeCopyUser = 'Spremeni prijavne informacije / Kopiraj uporabnika';
  106. $strChangeDisplay = 'Izberite polje za prikaz';
  107. $strChangePassword = 'Spremeni geslo';
  108. $strCharset = 'Nabor znakov';
  109. $strCharsetOfFile = 'Nabor znakov datoteke:';
  110. $strCharsets = 'Nabori znakov';
  111. $strCharsetsAndCollations = 'Nabori znakov in pravila za razvr┼í─ìanje znakov';
  112. $strCheckAll = 'Ozna─ìi vse';
  113. $strCheckOverhead = 'Preveri prekora─ìene';
  114. $strCheckPrivs = 'Preveri privilegije';
  115. $strCheckPrivsLong = 'Preveri privilegije za podatkovno bazo "%s".';
  116. $strCheckTable = 'Preveri tabelo';
  117. $strChoosePage = 'Izberite stran za urejanje';
  118. $strColComFeat = 'Prikazovanje komentarjev stolpcev';
  119. $strCollation = 'Pravilo za razvr┼í─ìanje znakov';
  120. $strColumnNames = 'Imena stolpcev';
  121. $strColumnPrivileges = 'Privilegiji tipi─ìni za stolpec';
  122. $strCommand = 'Ukaz';
  123. $strComments = 'Komentarji';
  124. $strCommentsForTable = 'KOMENTARJI ZA TABELO';
  125. $strCompleteInserts = 'Popolne \'insert\' poizvedbe';
  126. $strCompression = 'Stiskanje';
  127. $strConfigFileError = 'phpMyAdmin ni mogel prebrati konfiguracijske datoteke!<br />To se lahko zgodi, ─ìe php pri prevajanju konfiguracijske datoteke najde napako ali pa ne najde datoteke.<br />Prosimo, odprite konfiguracijsko datoteko s povezavo, ki je navedena spodaj in preberite dobljeno sporo─ìilo o napaki. V ve─ìini primerov gre za manjkajo─ìi narekovaj ali podpi─ìje.<br />─îe dobite prazno stran, je vse v redu.';
  128. $strConfigureTableCoord = 'Prosimo, konfigurirajte koordinate za tabelo %s';
  129. $strConnectionError = 'Povezava ni mogo─ìa: neveljavne nastavitve.';
  130. $strConnections = 'Povezave';
  131. $strConstraintsForDumped = 'Omejitve tabel za povzetek stanja';
  132. $strConstraintsForTable = 'Omejitve za tabelo';
  133. $strCookiesRequired = '─îe ┼╛elite ┼íe dalje uporabljati program, morate omogo─ìiti pi┼íkotke.';
  134. $strCopyTable = 'Kopiraj tabelo v (podatkovna_baza<b>.</b>tabela):';
  135. $strCopyTableOK = 'Tabela %s je skopirana v %s.';
  136. $strCopyTableSameNames = 'Tabele ni mogo─ìe kopirati same vase!';
  137. $strCouldNotKill = 'phpMyAdmin ni uspel prekiniti teme %s. Verjetno je ┼╛e prekinjena.';
  138. $strCreate = 'Ustvari';
  139. $strCreateIndex = 'Ustvari indeks na %s stolpcih';
  140. $strCreateIndexTopic = 'Ustvari nov indeks';
  141. $strCreateNewDatabase = 'Ustvari novo podatkovno bazo';
  142. $strCreateNewTable = 'Ustvari novo tabelo v podatkovni bazi %s';
  143. $strCreatePage = 'Ustvari novo stran';
  144. $strCreatePdfFeat = 'Ustvarjanje PDF datotek';
  145. $strCreationDates = 'Datumi za ustvarjeno/posodobljeno/preverjeno';
  146. $strCriteria = 'Kriteriji';
  147. $strCroatian = 'Hrva┼íko';
  148. $strCyrillic = 'Cirilica';
  149. $strCzech = '─îe┼íko';
  150. $strCzechSlovak = '─îe┼íkoslova┼íko';
  151.  
  152. $strDBComment = 'Komentar zbirke podatkov: ';
  153. $strDBGContext = 'Kontekst';
  154. $strDBGContextID = 'Kontekst ID';
  155. $strDBGHits = 'Zadetki';
  156. $strDBGLine = 'Vrstica';
  157. $strDBGMaxTimeMs = 'Najve─ìji ─ìas, ms';
  158. $strDBGMinTimeMs = 'Najmanj┼íi ─ìas, ms';
  159. $strDBGModule = 'Modul';
  160. $strDBGTimePerHitMs = '─îas/Zadetek, ms';
  161. $strDBGTotalTimeMs = 'Skupni ─ìas, ms';
  162. $strDBRename = 'Preimenuj podatkovno bazo v';
  163. $strDanish = 'Dansko';
  164. $strData = 'Podatki';
  165. $strDataDict = 'Podatkovni slovar';
  166. $strDataOnly = 'Samo podatki';
  167. $strDatabase = 'Podatkovna baza';
  168. $strDatabaseEmpty = 'Ime podatkovne baze je prazno!';
  169. $strDatabaseExportOptions = 'Mo┼╛nosti za izvoz baze podatkov';
  170. $strDatabaseHasBeenDropped = 'Podatkovna baza %s je zavr┼╛ena.';
  171. $strDatabaseNoTable = 'Ta baza podatkov ne vsebuje tabele!!';
  172. $strDatabases = 'podatkovne baze';
  173. $strDatabasesDropped = '%s podatkovne baze so uspe┼íno zavr┼╛ene.';
  174. $strDatabasesStats = 'Statistika podatkovnih baz';
  175. $strDatabasesStatsDisable = 'Onemogo─ìi statistiko';
  176. $strDatabasesStatsEnable = 'Omogo─ìi statistiko';
  177. $strDatabasesStatsHeavyTraffic = 'Obvestilo: Omogo─ìitev statistike podatkovne baze lahko povzro─ìi mo─ìno pove─ìan promet med spletnim in podatkovnim stre┼╛nikom.';
  178. $strDbPrivileges = 'Privilegiji tipi─ìni za podatkovno bazo';
  179. $strDbSpecific = 'glede na zbirko podatkov';
  180. $strDefault = 'Privzeto';
  181. $strDefaultValueHelp = 'Za privzete vrednosti vnesite samo vrednosti, brez po┼íevnice nazaj ali narekovaja, npr.: a';
  182. $strDelOld = 'Trenutna stran vsebuje sklice na tabele, ki ne obstajajo ve─ì. Ali ┼╛elite izbrisati te sklice?';
  183. $strDelayedInserts = 'Uporabi zakasnjeno vstavljanje';
  184. $strDelete = 'Izbri┼íi';
  185. $strDeleteAndFlush = 'Izbri┼íi uporabnike in potem osve┼╛i privilegije.';
  186. $strDeleteAndFlushDescr = 'To je najbolj┼íi na─ìin, vendar lahko osve┼╛evanje privilegijev traja nekaj ─ìasa.';
  187. $strDeleted = 'Vrstica je izbrisana';
  188. $strDeletedRows = 'Izbrisane vrstice:';
  189. $strDeleting = 'Bri┼íem %s';
  190. $strDescending = 'Padajo─ìe';
  191. $strDescription = 'Opis';
  192. $strDictionary = 'slovar';
  193. $strDisabled = 'Onemogo─ìeno';
  194. $strDisplayFeat = 'Prika┼╛i lastnosti';
  195. $strDisplayOrder = 'Vrstni red prikaza:';
  196. $strDisplayPDF = 'Prika┼╛i PDF shemo';
  197. $strDoAQuery = 'Izvedi "query by example" (nadomestni znak: "%")';
  198. $strDoYouReally = 'Ali res ┼╛elite ';
  199. $strDocu = 'Dokumentacija';
  200. $strDrop = 'Zavr┼╛i';
  201. $strDropDatabaseStrongWarning = 'S tem dejanjem boste UNI─îILI celotno bazo podatkov!';
  202. $strDropUsersDb = 'Izbri┼íi podatkovne baze, ki imajo enako ime kot uporabniki.';
  203. $strDumpSaved = 'Dump je shranjen v datoteko %s.';
  204. $strDumpXRows = 'Odlo┼╛i %s vrstic, za─ìni z zapisom # %s.';
  205. $strDumpingData = 'Odlo┼╛i podatke za tabelo';
  206. $strDynamic = 'dinami─ìno';
  207.  
  208. $strEdit = 'Uredi';
  209. $strEditPDFPages = 'Uredi PDF strani';
  210. $strEditPrivileges = 'Uredi privilegije';
  211. $strEffective = 'U─ìinkovito';
  212. $strEmpty = 'Izprazni';
  213. $strEmptyResultSet = 'MySQL je vrnil kot rezultat prazno mno┼╛ico (npr. ni─ì vrstic).';
  214. $strEnabled = 'Omogo─ìeno';
  215. $strEncloseInTransaction = 'Vklju─ìi izvoz v transakcijo';
  216. $strEnd = 'Konec';
  217. $strEndCut = 'KONEC IZREZA';
  218. $strEndRaw = 'END RAW';
  219. $strEnglish = 'Angle┼íko';
  220. $strEnglishPrivileges = ' Opomba: Imena MySQL privilegijev so zapisana v angle┼í─ìini ';
  221. $strError = 'Napaka';
  222. $strEstonian = 'Estonsko';
  223. $strExcelEdition = 'Izdaja za Excel';
  224. $strExcelOptions = 'Mo┼╛nosti za Excel';
  225. $strExecuteBookmarked = 'Izvedi izbrano poizvedbo';
  226. $strExplain = 'Razlo┼╛i SQL stavek';
  227. $strExport = 'Izvozi';
  228. $strExtendedInserts = 'Raz┼íirjene \'insert\' poizvedbe';
  229. $strExtra = 'Dodatno';
  230.  
  231. $strFailedAttempts = 'Neuspeli poizkusi';
  232. $strField = 'Polje';
  233. $strFieldHasBeenDropped = 'Polje %s je zavr┼╛eno';
  234. $strFields = 'Polja';
  235. $strFieldsEmpty = ' ┼átevec polj je prazen! ';
  236. $strFieldsEnclosedBy = 'Polja obdana z';
  237. $strFieldsEscapedBy = 'Polja izognjena z';
  238. $strFieldsTerminatedBy = 'Polja zaklju─ìena z';
  239. $strFileAlreadyExists = 'Datoteka %s ┼╛e obstaja na stre┼╛niku, spremenite ime novi ali prepi┼íite obstoje─ìo datoteko.';
  240. $strFileCouldNotBeRead = 'Ne morem prebrati datoteke';
  241. $strFileNameTemplate = 'Predloga datoteke';
  242. $strFileNameTemplateRemember = 'Shrani predlogo';
  243. $strFixed = 'fiksno';
  244. $strFlushPrivilegesNote = 'Obvestilo: phpMyAdmin dobi podatke o uporabnikovih privilegijih iz MySQL tabel privilegijev. Vsebina teh tabel se lahko razlikuje od privilegijev, ki jih uporablja stre┼╛nik, ─ìe so bile tabele ro─ìno spremenjene. V tem primeru morate, preden nadaljujete, osve┼╛iti privilegije.';
  245. $strFlushTable = 'Po─ìisti tabelo ("FLUSH")';
  246. $strFormEmpty = 'V obliki manjka vrednost !';
  247. $strFormat = 'Oblika';
  248. $strFullText = 'Polna besedila';
  249. $strFunction = 'Funkcija';
  250.  
  251. $strGenBy = 'Ustvaril';
  252. $strGenTime = '─îas nastanka';
  253. $strGeneralRelationFeat = 'Splo┼íne lastnosti relacij';
  254. $strGeorgian = 'Gruzijsko';
  255. $strGerman = 'Nem┼íko';
  256. $strGlobal = 'globalno';
  257. $strGlobalPrivileges = 'Globalni privilegiji';
  258. $strGlobalValue = 'Skupna vrednost';
  259. $strGo = 'Izvedi';
  260. $strGrantOption = 'Dovoli';
  261. $strGreek = 'Gr┼íko';
  262. $strGzip = '"gzipano"';
  263.  
  264. $strHasBeenAltered = 'je bil spremenjen(a).';
  265. $strHasBeenCreated = 'je bil ustvarjen(a).';
  266. $strHaveToShow = 'Za prikaz morate izbrati morate vsaj en stolpec';
  267. $strHebrew = 'Hebrejsko';
  268. $strHome = 'Domov';
  269. $strHomepageOfficial = 'Uradna doma─ìa stran phpMyAdmin';
  270. $strHost = 'Gostitelj';
  271. $strHostEmpty = 'Ime gostitelja je prazno!';
  272. $strHungarian = 'Mad┼╛arsko';
  273.  
  274. $strId = 'ID';
  275. $strIdxFulltext = 'Polno besedilo';
  276. $strIgnore = 'Prezri';
  277. $strIgnoreInserts = 'Uporabi mo┼╛nost prezri vstavke';
  278. $strIgnoringFile = 'Prezrl sem datoteko %s';
  279. $strImportDocSQL = 'Uvozi docSQL datoteke';
  280. $strImportFiles = 'Uvozi datoteke';
  281. $strInUse = 'v uporabi';
  282. $strIndex = 'Indeks';
  283. $strIndexHasBeenDropped = 'Indeks %s je zavr┼╛en';
  284. $strIndexName = 'Ime indeksa :';
  285. $strIndexType = 'Vrsta indeksa :';
  286. $strIndexes = 'Indeksi';
  287. $strInnodbStat = 'InnoDB stanje';
  288. $strInsecureMySQL = 'Konfiguracijska datoteka vsebuje nastavitve (uporabnik root brez gesla), ki odgovarjajo privzetemu privlegiranemu ra─ìunu MySQLa. MySQL stre┼╛nik te─ìe s privzetimi nastavitvami, zato je izpostavljen vdorom. ─îimprej odpravite ti dve varnostni luknji.';
  289. $strInsert = 'Vstavi';
  290. $strInsertAsNewRow = 'Vstavi kot novo vrstico';
  291. $strInsertNewRow = 'Vstavi novo vrstico';
  292. $strInsertedRowId = 'Vstavljen id vrstice:';
  293. $strInsertedRows = 'Vstavljene vrstice:';
  294. $strInternalNotNecessary = '* Notranja relacija je nepotrebna, ─ìe obstaja tudi v InnoDB.';
  295. $strInternalRelations = 'Notranje relacije';
  296.  
  297. $strJapanese = 'Japonsko';
  298. $strJumpToDB = 'Presko─ìi na podatkovno bazo "%s".';
  299. $strJustDelete = 'Samo izbri┼íi uporabnike iz tabel privilegijev.';
  300. $strJustDeleteDescr = '"Izbrisani" uporabniki lahko ┼íe vedno normalno dostopajo do stre┼╛nika, dokler ne osve┼╛ite privilegijev';
  301.  
  302. $strKeepPass = 'Ne spreminjaj gesla';
  303. $strKeyname = 'Ime klju─ìa';
  304. $strKill = 'Prekini proces';
  305. $strKorean = 'Korejsko';
  306.  
  307. $strLaTeX = 'LaTeX';
  308. $strLaTeXOptions = 'Mo┼╛nosti za LaTeX';
  309. $strLandscape = 'Le┼╛e─ìe';
  310. $strLatexCaption = 'Ime tabele';
  311. $strLatexContent = 'Vsebina tabele __TABLE__';
  312. $strLatexContinued = '(nadaljevanje)';
  313. $strLatexContinuedCaption = 'Nadaljevanje imena tabele';
  314. $strLatexIncludeCaption = 'Vklju─ìi ime tabele';
  315. $strLatexLabel = 'Ozna─ìi klju─ì';
  316. $strLatexStructure = 'Struktura tabele __TABLE__';
  317. $strLengthSet = 'Dol┼╛ina/Vrednosti*';
  318. $strLimitNumRows = '┼átevilo vrstic na stran';
  319. $strLinesTerminatedBy = 'Vrstice zaklju─ìene z';
  320. $strLinkNotFound = 'Povezave ni mogo─ìe najti';
  321. $strLinksTo = 'Povezave z';
  322. $strLithuanian = 'Litvansko';
  323. $strLocalhost = 'Lokalno';
  324. $strLocationTextfile = 'Lokacija datoteke z besedilom';
  325. $strLogPassword = 'Geslo:';
  326. $strLogServer = 'Stre┼╛nik';
  327. $strLogUsername = 'Uporabni┼íko ime:';
  328. $strLogin = 'Prijava';
  329. $strLoginInformation = 'Podatki o prijavi';
  330. $strLogout = 'Odjava';
  331.  
  332. $strMIMETypesForTable = 'VRSTE MIME ZA TABELO';
  333. $strMIME_MIMEtype = 'MIME-vrsta';
  334. $strMIME_available_mime = 'Razpolo┼╛ljive MIME-vrste';
  335. $strMIME_available_transform = 'Razpolo┼╛ljive pretvorbe';
  336. $strMIME_description = 'Opis';
  337. $strMIME_nodescription = 'Za to pretvorbo ni na voljo opisa.<br />Za funkcije %s se pozanimajte pri avtorju.';
  338. $strMIME_transformation = 'Pretvorba z brskalnikom';
  339. $strMIME_transformation_note = 'Seznam razpolo┼╛ljivih mo┼╛nosti pretvorbe in pretvorbe MIME-vrst boste videli, ─ìe kliknete na %sopise transformacij%s';
  340. $strMIME_transformation_options = 'Mo┼╛nosti pretvorbe';
  341. $strMIME_transformation_options_note = 'Vrednosti za mo┼╛nosti pretvorbe vnesite v naslednji obliki: \'a\',\'b\',\'c\'...<br />─îe ┼╛elite med vrednosti vnesti po┼íevnico nazaj ("\") ali enojni narekovaj ("\'"), morate pred ta znak postaviti (┼íe eno) po┼íevnico nazaj (npr. \'\\\\xyz\' ali \'a\\\'b\').';
  342. $strMIME_without = 'MIME-vrste, ki so napisano le┼╛e─ìe, nimajo lastne pretvorbene funkcije';
  343. $strMaximumSize = 'Najve─ìja velikost: %s%s';
  344. $strModifications = 'Spremembe so shranjene';
  345. $strModify = 'Spremeni';
  346. $strModifyIndexTopic = 'Spremeni indeks';
  347. $strMoveTable = 'Premakni tabelo v (podatkovna_baza<b>.</b>tabela):';
  348. $strMoveTableOK = 'Tabela %s je bila premaknjena v %s.';
  349. $strMoveTableSameNames = 'Tabele ni mogo─ìe premakniti same vase!';
  350. $strMultilingual = 've─ìjezi─ìno';
  351. $strMySQLCharset = 'MySQL kodna tabela';
  352. $strMySQLSaid = 'MySQL je vrnil: ';
  353. $strMySQLShowProcess = 'Poka┼╛i procese';
  354. $strMySQLShowStatus = 'Poka┼╛i teko─ìe informacije o MySQL';
  355. $strMySQLShowVars = 'Poka┼╛i sistemske spremenljivke MySQL';
  356.  
  357. $strName = 'Ime';
  358. $strNext = 'Naslednji';
  359. $strNo = 'Ne';
  360. $strNoDatabases = 'Brez podatkovnih baz';
  361. $strNoDatabasesSelected = 'Ni izbranih podatkovnih baz.';
  362. $strNoDescription = 'brez opisa';
  363. $strNoDropDatabases = '"DROP DATABASE" poizvedbe so izklju─ìene.';
  364. $strNoExplain = 'Presko─ìi razlago SQL stavka';
  365. $strNoFrames = 'phpMyAdmin je prijaznej┼íi z brskalnikom, ki podpira okvirje.';
  366. $strNoIndex = 'Ni definiranega indeksa!';
  367. $strNoIndexPartsDefined = 'Ni definiranega dela indeksa!';
  368. $strNoModification = 'Brez sprememb';
  369. $strNoOptions = 'Za to obliko ni mo┼╛nosti';
  370. $strNoPassword = 'Brez gesla';
  371. $strNoPermission = 'Spletni stre┼╛nik nima dovoljenja za shranjevanje datoteke %s';
  372. $strNoPhp = 'Brez kode PHP';
  373. $strNoPrivileges = 'Brez privilegijev';
  374. $strNoRights = 'Nimate dovolj pravic, da bi bili sedaj tukaj!';
  375. $strNoSpace = 'Ni dovolj prostora za shranjevanje datoteke %s.';
  376. $strNoTablesFound = 'V podatkovni bazi ni mogo─ìe najti tabel.';
  377. $strNoUsersFound = 'Ni mogo─ìe najti uporabnika(ov).';
  378. $strNoValidateSQL = 'Presko─ìi preverjanje pravilnosti SQL stavka';
  379. $strNone = 'Brez';
  380. $strNotNumber = 'To ni ┼ítevilo!';
  381. $strNotOK = 'Ni v redu';
  382. $strNotSet = 'Tabele <b>%s</b> ni mogo─ìe najti ali pa ni v %s';
  383. $strNull = 'Null';
  384. $strNumSearchResultsInTable = '%s zadetek(ov) v tabeli <i>%s</i>';
  385. $strNumSearchResultsTotal = '<b>Skupaj:</b> <i>%s</i> zadetek(ov)';
  386. $strNumTables = 'Ttabel';
  387.  
  388. $strOK = 'V redu';
  389. $strOperations = 'Operacije';
  390. $strOperator = 'Operator';
  391. $strOptimizeTable = 'Optimiraj tabelo';
  392. $strOr = 'Ali';
  393. $strOverhead = 'Prese┼╛ek';
  394. $strOverwriteExisting = 'Prepi┼íi obstoje─ìo(e) datoteko(e)';
  395.  
  396. $strPHP40203 = 'Uporabljate PHP 4.2.3, ki ima resne te┼╛ave z ve─ìbitnimi stavki (mbstring). Glej PHP poro─ìilo o hro┼í─ìu 19404. Ta verzija PHP ni priporo─ìljiva za uporabo s phpMyAdmin.';
  397. $strPHPVersion = 'Razli─ìica PHP';
  398. $strPageNumber = '┼átevilka strani:';
  399. $strPaperSize = 'Velikost papirja';
  400. $strPartialText = 'Delna besedila';
  401. $strPassword = 'Geslo';
  402. $strPasswordChanged = 'Geslo za %s je uspe┼íno spremenjeno.';
  403. $strPasswordEmpty = 'Geslo je prazno!';
  404. $strPasswordNotSame = 'Gesli se ne ujemata!';
  405. $strPdfDbSchema = 'Shema podatkovne baze "%s" - Stran %s';
  406. $strPdfInvalidTblName = 'Tabela "%s" ne obstaja!';
  407. $strPdfNoTables = 'Ni tabel';
  408. $strPerHour = 'na uro';
  409. $strPerMinute = 'na minuto';
  410. $strPerSecond = 'na sekundo';
  411. $strPhoneBook = 'telefonski imenik';
  412. $strPhp = 'Ustvari PHP kodo';
  413. $strPmaDocumentation = 'phpMyAdmin dokumentacija';
  414. $strPmaUriError = 'Ukaz <tt>$cfg[\'PmaAbsoluteUri\']</tt> mora biti definiran v konfiguracijski datoteki!';
  415. $strPortrait = 'Pokon─ìno';
  416. $strPos1 = 'Za─ìetek';
  417. $strPrevious = 'Prej┼ínji';
  418. $strPrimary = 'Primarni';
  419. $strPrimaryKeyHasBeenDropped = 'Primarni klju─ì je zavr┼╛en';
  420. $strPrimaryKeyName = 'Ime primarnega klju─ìa mora biti... PRIMARY!';
  421. $strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnega klju─ìa!)';
  422. $strPrint = 'Natisni';
  423. $strPrintView = 'Pogled postavitve tiskanja';
  424. $strPrintViewFull = 'Pogled za tiskanje (s polnimi besedili)';
  425. $strPrivDescAllPrivileges = 'Vsebuje vse privilegije razen GRANT.';
  426. $strPrivDescAlter = 'Omogo─ìa spreminjanje strukture obstoje─ìih tabel.';
  427. $strPrivDescCreateDb = 'Omogo─ìa ustvarjanje novih podatkovnih baz in tabel.';
  428. $strPrivDescCreateTbl = 'Omogo─ìa ustvarjanje novih tabel.';
  429. $strPrivDescCreateTmpTable = 'Omogo─ìa ustvarjanje za─ìasnih tabel.';
  430. $strPrivDescDelete = 'Omogo─ìa brisanje podatkov.';
  431. $strPrivDescDropDb = 'Omogo─ìa brisanje podatkovnih baz in tabel.';
  432. $strPrivDescDropTbl = 'Omogo─ìa brisanje tabel.';
  433. $strPrivDescExecute = 'Omogo─ìa poganjanje shranjenih postopkov; V tej verziji MySQL nima pomena.';
  434. $strPrivDescFile = 'Omogo─ìa uva┼╛anje in izva┼╛anje podatkov v datoteke.';
  435. $strPrivDescGrant = 'Omogo─ìa dodajanje uporabnikov in privilegijev brez osve┼╛evanja privilegijev.';
  436. $strPrivDescIndex = 'Omogo─ìa ustvarjanje in brisanje indeksov.';
  437. $strPrivDescInsert = 'Omogo─ìa vstavljanje in zamenjavo podatkov.';
  438. $strPrivDescLockTables = 'Omogo─ìa zaklepanje tabel za trenutno temo.';
  439. $strPrivDescMaxConnections = 'Omeji ┼ítevilo povezav, ki jih uporabnik lahko odpre v eni uri.';
  440. $strPrivDescMaxQuestions = 'Omeji ┼ítevilo poizved, ki jih uporabnik lahko po┼ílje stre┼╛niku v eni uri.';
  441. $strPrivDescMaxUpdates = 'Omeji ┼ítevilo ukazov za spremembo tabel ali podatkovne baze, ki jih uporabnik lahko izvr┼íi v eni uri.';
  442. $strPrivDescProcess3 = 'Omogo─ìa ukinjanje procesov drugih uporabnikov.';
  443. $strPrivDescProcess4 = 'Omogo─ìa pregled popolnih poizvedb v spisku procesov.';
  444. $strPrivDescReferences = 'V tej verziji MySQL nima pomena.';
  445. $strPrivDescReload = 'Omogo─ìa osve┼╛evanje stre┼╛nikovih nastavitev in praznjenje stre┼╛nikovih predpomnilnikov.';
  446. $strPrivDescReplClient = 'Da uporabniku pravico poizvedovati kje so njegovi nadrejeni / podrjeni stre┼╛niki.';
  447. $strPrivDescReplSlave = 'Potrebno za podrejene stre┼╛nike pri replikaciji.';
  448. $strPrivDescSelect = 'Omogo─ìa branje podatkov.';
  449. $strPrivDescShowDb = 'Omogo─ìa dostop do popolnega spiska podatkovnih baz';
  450. $strPrivDescShutdown = 'Omogo─ìa uga┼íanje stre┼╛nika.';
  451. $strPrivDescSuper = 'Omogo─ìa priklaplanje tudi ─ìe je ┼╛e dose┼╛eno najve─ìje dovoljeno ┼ítevilo priklopov; Potrebno za ve─ìino administrativnih nalog kot sta postavljanje globalnih spremenljivk in ukinjanje procesov drugih uporabnikov.';
  452. $strPrivDescUpdate = 'Omogo─ìa spreminjanje podatkov.';
  453. $strPrivDescUsage = 'Brez privilegijev.';
  454. $strPrivileges = 'Privilegiji';
  455. $strPrivilegesReloaded = 'Uspe┼íno sem osve┼╛il privilegije.';
  456. $strProcesslist = 'Seznam procesov';
  457. $strPutColNames = 'Postavi imena polj v prvo vrstico';
  458.  
  459. $strQBE = 'Poizvedba';
  460. $strQBEDel = 'Bri┼íi';
  461. $strQBEIns = 'Vstavi';
  462. $strQueryFrame = 'Okno za iskanje';
  463. $strQueryOnDb = 'SQL-poizvedba na podatkovni bazi <b>%s</b>:';
  464. $strQuerySQLHistory = 'SQL-zgodovina';
  465. $strQueryStatistics = '<b>Statistika poizvedbe</b>: Od zagona je bilo stre┼╛niku poslanih %s poizvedb.';
  466. $strQueryTime = 'Poizvedba je potrebovala %01.4f s';
  467. $strQueryType = 'Vrsta poizvedbe';
  468. $strQueryWindowLock = 'Ne prepi┼íi te poizvedbe od zunaj';
  469.  
  470. $strReType = 'Ponovno vnesi';
  471. $strReceived = 'Prejeto';
  472. $strRecords = 'Zapisi';
  473. $strReferentialIntegrity = 'Preveri referen─ìno integriteto:';
  474. $strRelationNotWorking = 'Dodatne funkcije za delo s povezanimi tabelami so bile izkju─ìene. ─îe ┼╛elite izvedeti zakaj, kliknite %stukaj%s.';
  475. $strRelationView = 'Pogled relacij';
  476. $strRelationalSchema = 'Relacijska shema';
  477. $strRelations = 'Relacije';
  478. $strRelationsForTable = 'RELACIJE ZA TABELO';
  479. $strReloadMySQL = 'Ponovno nalo┼╛i MySQL';
  480. $strReloadingThePrivileges = 'Osve┼╛ujem privilegije';
  481. $strRemoveSelectedUsers = 'Izbri┼íi izbrane uporabnike';
  482. $strRenameDatabaseOK = 'Baza podatkov %s je preimenovana v %s';
  483. $strRenameTable = 'Preimenuj tabelo v';
  484. $strRenameTableOK = 'Tabela %s je preimenovana v %s';
  485. $strRepairTable = 'Popravi tabelo';
  486. $strReplaceNULLBy = 'Zamenjaj NULL z';
  487. $strReplaceTable = 'Podatke v tabeli zamenjaj z datoteko';
  488. $strReset = 'Ponastavi';
  489. $strResourceLimits = 'Omejitve virov';
  490. $strRevoke = 'Odvzemi';
  491. $strRevokeAndDelete = 'Odvzemi uporabnikom aktivne privilegije in jih potem izbri┼íi.';
  492. $strRevokeAndDeleteDescr = 'Uporabniki bodo ┼íe vedno imeli USAGE privilegije, dokler ne osve┼╛ite privilegijev.';
  493. $strRevokeMessage = 'Odvzeli ste privilegije za %s';
  494. $strRowLength = 'Dol┼╛ina vrstice';
  495. $strRowSize = ' Velikost vrstice ';
  496. $strRows = 'Vrstice';
  497. $strRowsFrom = 'vrstice naprej od zapisa #';
  498. $strRowsModeFlippedHorizontal = 'vodoravno (zasukani naslovi)';
  499. $strRowsModeHorizontal = 'vodoravnem';
  500. $strRowsModeOptions = 'v %s na─ìinu in ponovi glavo po %s celicah';
  501. $strRowsModeVertical = 'navpi─ìnem';
  502. $strRowsStatistic = 'Statistika vrstic';
  503. $strRunQuery = 'Izvedi poizvedbo';
  504. $strRunSQLQuery = 'Izvedi SQL poizvedbo/poizvedbe na podatkovni bazi %s';
  505. $strRunning = 'te─ìe na %s';
  506. $strRussian = 'Rusko';
  507.  
  508. $strSQL = 'SQL';
  509. $strSQLExportType = 'Vrsta izvoza';
  510. $strSQLOptions = 'SQL mo┼╛nosti';
  511. $strSQLParserBugMessage = 'Obstaja mo┼╛nost, da ste v SQL raz─ìlenjevalniku naleteli na hro┼í─ìa. Temeljito preglejte poizvedbo in preverite, ─ìe so citati pravilni in ─ìe se ujemajo. Mo┼╛no je tudi, da prena┼íate binarno datoteko, ki je izven podro─ìja besedila citata. Poizvedbo lahko preizkusite tudi na vmesniku ukazne vrstice MySQL. ─îe je stre┼╛nik MySQL izpisal napako, vam le-ta lahko pomaga pri ugotavljanju te┼╛av. ─îe se bodo te┼╛ave nadaljevale, ali ─ìe raz─ìlenjevalniku ne uspe tam, kjer vmesniku ukazne vrstice uspe, potem zmanj┼íajte vne┼íeno SQL poizvedbo na tisto poizvedbo, ki povzro─ìa te┼╛ave in po┼íljite poro─ìilo o napaki skupaj s podatki iz spodnjega odseka IZREZA.';
  512. $strSQLParserUserError = 'Izgleda, da je v SQL poizvedbi pri┼ílo do napake. ─îe je stre┼╛nik MySQL izpisal napako, vam le-ta lahko pomaga pri ugotavljanju te┼╛av.';
  513. $strSQLQuery = 'SQL-poizvedba';
  514. $strSQLResult = 'Rezultat SQL';
  515. $strSQPBugInvalidIdentifer = 'Neveljavni identifikator';
  516. $strSQPBugUnclosedQuote = 'Odprt citat';
  517. $strSQPBugUnknownPunctuation = 'Neznan niz lo─ìil';
  518. $strSave = 'Shrani';
  519. $strSaveOnServer = 'Shrani na stre┼╛nik, v imenik %s';
  520. $strScaleFactorSmall = 'Faktor pove─ìava je premajhen, da bi spravili shemo na eno stran';
  521. $strSearch = 'Iskanje';
  522. $strSearchFormTitle = 'I┼í─ìi v podatkovni bazi';
  523. $strSearchInTables = 'V tabelah:';
  524. $strSearchNeedle = 'Iskane besede ali vrednosti (nadomestni znak: "%"):';
  525. $strSearchOption1 = 'katerokoli besedo';
  526. $strSearchOption2 = 'vse besede';
  527. $strSearchOption3 = 'to─ìno dolo─ìeno frazo';
  528. $strSearchOption4 = 'kot \'regular expression\'';
  529. $strSearchResultsFor = 'Rezultati iskanja "<i>%s</i>" %s:';
  530. $strSearchType = 'Najdi:';
  531. $strSecretRequired = 'Konfiguracijski datoteki morate sedaj dolo─ìiti skrivno geslo (blowfish_secret).';
  532. $strSelectADb = 'Prosimo, izberite podatkovno bazo';
  533. $strSelectAll = 'Izberi vse';
  534. $strSelectFields = 'Izberite polja (vsaj eno):';
  535. $strSelectNumRows = 'in poizvedba';
  536. $strSelectTables = 'Izberi tabele';
  537. $strSend = 'Shrani kot datoteko';
  538. $strSent = 'Poslano';
  539. $strServer = 'Stre┼╛nik';
  540. $strServerChoice = 'Izbira stre┼╛nika';
  541. $strServerStatus = 'Podatki o izvajanju';
  542. $strServerStatusUptime = 'MySQL stre┼╛nik deluje ┼╛e %s. Zagnal se je %s.';
  543. $strServerTabProcesslist = 'Procesi';
  544. $strServerTabVariables = 'Spremenljivke';
  545. $strServerTrafficNotes = '<b>Promet na stre┼╛niku</b>: V teh tabelah je prikazana statistika obremenitve omre┼╛ja za ta MySQL stre┼╛nik, odkar je bil zagnan.';
  546. $strServerVars = 'Spremenljivke in nastavitve stre┼╛nika';
  547. $strServerVersion = 'Razli─ìica stre┼╛nika';
  548. $strSessionValue = 'Vrednost seje';
  549. $strSetEnumVal = '─îe je polje vrste "enum" ali "set", navedite vrednosti v obliki: \'a\',\'b\',\'c\'...<br /> ─îe ┼╛elite med vrednostmi uporabiti po┼íevnico ("\") ali enojni narekovaj ("\'"), pred tem znakom vnesite po┼íevnico (n.pr. \'\\\\xyz\' ali \'a\\\'b\').';
  550. $strShow = 'Poka┼╛i';
  551. $strShowAll = 'Poka┼╛i vse';
  552. $strShowColor = 'Poka┼╛i barvo';
  553. $strShowDatadictAs = 'Oblika podatkovnega slovarja';
  554. $strShowFullQueries = 'Poka┼╛i celotne poizvedbe';
  555. $strShowGrid = 'Poka┼╛i mre┼╛o';
  556. $strShowPHPInfo = 'Poka┼╛i podatke o PHP';
  557. $strShowTableDimension = 'Poka┼╛i dimenzije tabel';
  558. $strShowTables = 'Poka┼╛i tabele';
  559. $strShowThisQuery = ' Ponovno poka┼╛i poizvedbo v tem oknu ';
  560. $strShowingRecords = 'Prikazujem vrstice';
  561. $strSimplifiedChinese = 'Poenostavljeno kitajsko';
  562. $strSingly = '(posamezno)';
  563. $strSize = 'Velikost';
  564. $strSort = 'Sortiraj';
  565. $strSortByKey = 'Uredi po klju─ìu';
  566. $strSpaceUsage = 'Poraba prostora';
  567. $strSplitWordsWithSpace = 'Besede so lo─ìene s presledkom (" ").';
  568. $strStatCheckTime = 'Zadnji─ì pregledano';
  569. $strStatCreateTime = 'Ustvarjeno';
  570. $strStatUpdateTime = 'Zadnji─ì posodobljeno';
  571. $strStatement = 'Izjave';
  572. $strStatus = 'Stanje';
  573. $strStrucCSV = 'CSV podatki';
  574. $strStrucData = 'Struktura in podatki';
  575. $strStrucDrop = 'Dodaj DROP TABLE poizvedbo';
  576. $strStrucExcelCSV = 'CSV podatki za MS Excel';
  577. $strStrucOnly = 'Samo struktura';
  578. $strStructPropose = 'Predlagaj strukturo tabele';
  579. $strStructure = 'Struktura';
  580. $strSubmit = 'Po┼ílji';
  581. $strSuccess = 'SQL-poizvedba je bila uspe┼íno izvedena';
  582. $strSum = 'Vsota';
  583. $strSwedish = '┼ávedsko';
  584. $strSwitchToTable = 'Preklopi na kopirano tabelo';
  585.  
  586. $strTable = 'Tabela';
  587. $strTableComments = 'Komentar tabele';
  588. $strTableEmpty = 'Ime tabele je prazno!';
  589. $strTableHasBeenDropped = 'Tabela %s je zavr┼╛ena';
  590. $strTableHasBeenEmptied = 'Tabela %s je izpraznjena';
  591. $strTableHasBeenFlushed = 'Tabela %s je osve┼╛ena';
  592. $strTableMaintenance = 'Vzdr┼╛evanje tabele';
  593. $strTableOfContents = 'Vsebina';
  594. $strTableOptions = 'Mo┼╛nosti tabele';
  595. $strTableStructure = 'Struktura tabele';
  596. $strTableType = 'Vrsta tabele';
  597. $strTables = '%s tabel';
  598. $strTblPrivileges = 'Privilegiji tipi─ìni za tabelo';
  599. $strTextAreaLength = ' Zaradi njegove dol┼╛ine<br /> polja ne bo mogo─ìe urejati ';
  600. $strThai = 'Tajsko';
  601. $strThisHost = 'Ta stre┼╛nik';
  602. $strThisNotDirectory = 'To ni bila mapa';
  603. $strThreadSuccessfullyKilled = 'Tema %s je bila prekinjena.';
  604. $strTime = '─îas';
  605. $strToggleScratchboard = 'preklopi odlo┼╛i┼í─ìe (scratchboard)';
  606. $strTotal = 'skupaj';
  607. $strTotalUC = 'Skupaj';
  608. $strTraditionalChinese = 'Tradicionalno kitajsko';
  609. $strTraffic = 'Promet';
  610. $strTransformation_application_octetstream__download = 'Prika┼╛i povezavo za prenos binarnih podatkov polja. Prva mo┼╛nost je ime binarne datoteke. Druga mo┼╛nost je mo┼╛no ime polja v vrstici tabele, ki vsebuje to ime datoteke. ─îe vnesete drugo mo┼╛nost, mora biti prva mo┼╛nost prazna';
  611. $strTransformation_image_jpeg__inline = 'Prika┼╛e sli─ìico, na katero lahko kliknete; mo┼╛nosti: ┼íirina, vi┼íina v slikovnih pikah (obdr┼╛i prvotna razmerja)';
  612. $strTransformation_image_jpeg__link = 'Poka┼╛e povezavo na grafiko (neposredni BLOB prenos, ipd.).';
  613. $strTransformation_image_png__inline = 'Poka┼╛i sliko/jpeg: vklju─ìeno';
  614. $strTransformation_text_plain__dateformat = 'Oblikuje polje TIME, TIMESTAMP ali DATETIME glede na lokalne oblike za prikaz ─ìasa. Prva mo┼╛nost je odmik (v urah), ki bo dodan polju timestamp (Privzeto: 0). Druga mo┼╛nost je druga─ìna oblika prikaza datuma, glede na parametre za PHP strftime().';
  615. $strTransformation_text_plain__external = 'SAMO ZA LINUX: Za┼╛ene zunanjo aplikacijo in podaja podatke za fielddata preko standardnega vhoda. Vrne standardni izhod aplikacije. Privzeto je Tidy, za tiskanje HTML-kode. Zaradi varnostnih razlogov morate ro─ìno urediti datoteko libraries/transformations/text_plain__external.inc.php in vstaviti orodja za zaganjanje. Prva mo┼╛nost je ┼ítevilka programa, ki ga ┼╛elite uporabiti, druga mo┼╛nost pa so parametri za program. ─îe tretji parameter nastavite na 1, bo s pomo─ìjo htmlspecialchars() pretvoril izhod (Privzeto: 1). ─îe nastavite ─ìetrti parameter na 1, bo v celico z vsebino (content cell) vnesel NOWRAP in tako prikazal celoten izhod brez preoblikovanja (Privzeto: 1)';
  616. $strTransformation_text_plain__formatted = 'Ohrani izvirno oblikovanje polja, brez izgubljanja vsebine.';
  617. $strTransformation_text_plain__imagelink = 'Prika┼╛e sliko in povezavo, polje vsebuje ime datoteke; najprej je predpona, npr. "http://domena.com/", druga mo┼╛nost je ┼íirina v slikovnih pikah, tretja pa vi┼íina.';
  618. $strTransformation_text_plain__link = 'Prika┼╛e povezavo, polje vsebuje ime datoteke; prva mo┼╛nost je predpona, npr. "http://domena.com/", druga pa ime povezave.';
  619. $strTransformation_text_plain__substr = 'Vrne le del niza. Prva mo┼╛nost je odmik, ki dolo─ìa, kje se bo za─ìelo prikazano besedilo (Privzeto: 0). Druga mo┼╛nost je odmik, ki pove, koliko besedila bo prikazanega. ─îe ni dolo─ìen, bo izpisano vse preostalo besedilo. Tretja mo┼╛nost pa dolo─ìa, kateri znaki bodo pripeti vrnjenemu podnizu (Privzeto: ...) .';
  620. $strTruncateQueries = 'Skr─ìi prikazane poizvedbe';
  621. $strTurkish = 'Tur┼íko';
  622. $strType = 'Vrsta';
  623.  
  624. $strUkrainian = 'Ukrajinsko';
  625. $strUncheckAll = 'Odzna─ìi vse';
  626. $strUnicode = 'Unicode';
  627. $strUnique = 'Unikaten';
  628. $strUnknown = 'neznano';
  629. $strUnselectAll = 'Prekli─ìi izbor vsega';
  630. $strUpdComTab = 'Navodila za posodobitev tabele Column_comments\' najdete v dokumentaciji';
  631. $strUpdatePrivMessage = 'Posodobili ste privilegije za %s.';
  632. $strUpdateProfileMessage = 'Profil je posodobljen.';
  633. $strUpdateQuery = 'Osve┼╛i poizvedbo';
  634. $strUpgrade = '%s bi morali nadgraditi v verzijo %s ali novej┼ío.';
  635. $strUsage = 'Uporaba';
  636. $strUseBackquotes = 'Obdaj imena tabel in polj z enojnimi po┼íevnimi narekovaji';
  637. $strUseHostTable = 'Uporabi tabelo gostiteljev';
  638. $strUseTables = 'Uporabi tabele';
  639. $strUseTextField = 'Uporabi tekstovno polje';
  640. $strUseThisValue = 'Uporabi to vrednost';
  641. $strUser = 'Uporabnik';
  642. $strUserAlreadyExists = 'Uporabnik %s ┼╛e obstaja!';
  643. $strUserEmpty = 'Uporabni┼íko ime je prazno!';
  644. $strUserName = 'Uporabni┼íko ime';
  645. $strUserNotFound = 'Izbranega uporabnika v tabelah privilegijev nisem na┼íel.';
  646. $strUserOverview = 'Pregled uporabnikov';
  647. $strUsersDeleted = 'Uspe┼íno sem izbrisal izbrane uporabnike.';
  648. $strUsersHavingAccessToDb = 'Uporabni┼íki dostop do "%s"';
  649.  
  650. $strValidateSQL = 'Preveri pravilnost SQL stavka';
  651. $strValidatorError = 'Ne morem inicializirati SQL validatorja. Prosim preverite, ─ìe so name┼í─ìeni vsi php raz┼íiritve, kot je navedeno v %dokumenaciji%.';
  652. $strValue = 'Vrednost';
  653. $strVar = 'Spremenljivka';
  654. $strViewDump = 'Preglej povzetek stanja tabele';
  655. $strViewDumpDB = 'Preglej povzetek stanja podatkovne baze';
  656. $strViewDumpDatabases = 'Poka┼╛i povzetek stanja podatkovnih baz';
  657.  
  658. $strWebServerUploadDirectory = 'imenik za nalaganje datotek';
  659. $strWebServerUploadDirectoryError = 'Imenik, ki ste ga dolo─ìili za nalaganje, je nedosegljiv';
  660. $strWelcome = 'Dobrodo┼íli v %s';
  661. $strWestEuropean = 'Zahodno evropsko';
  662. $strWildcard = 'nadomestni znak';
  663. $strWindowNotFound = 'Ciljnega okna ni bilo mogo─ìe osve┼╛iti. Morda ste zaprli nadrejeno okno ali pa va┼í brskalnik blokira osve┼╛evanje varnostnih parametrov med okni.';
  664. $strWithChecked = 'Z ozna─ìenim:';
  665. $strWritingCommentNotPossible = 'Zapisovanje komentarjev ni mogo─ìe';
  666. $strWritingRelationNotPossible = 'Zapisovanje relacij ni mogo─ìe';
  667. $strWrongUser = 'Napa─ìno uporabni┼íko ime/geslo. Dostop zavrnjen.';
  668.  
  669. $strXML = 'XML';
  670.  
  671. $strYes = 'Da';
  672.  
  673. $strZeroRemovesTheLimit = 'Obvestilo: ─îe postavite vrednost na 0 (ni─ì), boste odstranili omejitev.';
  674. $strZip = '"zipano"';
  675.  
  676. $strRefresh = 'Refresh';  //to translate
  677. $strDefragment = 'Defragment table';  //to translate
  678. $strNoRowsSelected = 'No rows selected';  //to translate
  679. $strSpanish = 'Spanish';  //to translate
  680. $strStrucNativeExcel = 'Native MS Excel data';  //to translate
  681. $strDisableForeignChecks = 'Disable foreign key checks';  //to translate
  682. $strServerNotResponding = 'The server is not responding';  //to translate
  683. $strTheme = 'Theme / Style';  //to translate
  684. $strTakeIt = 'take it';  //to translate
  685. $strHexForBinary = 'Use hexadecimal for binary fields';  //to translate
  686. $strIcelandic = 'Icelandic';  //to translate
  687. $strLatvian = 'Latvian';  //to translate
  688. $strPolish = 'Polish';  //to translate
  689. $strRomanian = 'Romanian';  //to translate
  690. $strSlovenian = 'Slovenian';  //to translate
  691. $strTraditionalSpanish = 'Traditional Spanish';  //to translate
  692. $strSlovak = 'Slovak';  //to translate
  693. $strMySQLConnectionCollation = 'MySQL connection collation';  //to translate
  694. $strPersian = 'Persian';  //to translate
  695. $strAddFields = 'Add %s field(s)';  //to translate
  696. $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.';  //to translate
  697. $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';  //to translate
  698. $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';  //to translate
  699. $strBinLogName = 'Log name';  //to translate
  700. $strBinLogPosition = 'Position';  //to translate
  701. $strBinLogEventType = 'Event type';  //to translate
  702. $strBinLogServerId = 'Server ID';  //to translate
  703. $strBinLogOriginalPosition = 'Original position';  //to translate
  704. $strBinLogInfo = 'Information';  //to translate
  705. $strBinaryLog = 'Binary log';  //to translate
  706. $strSelectBinaryLog = 'Select binary log to view';  //to translate
  707. $strDBCopy = 'Copy database to';  //to translate
  708. $strCopyDatabaseOK = 'Database %s has been copied to %s';  //to translate
  709. $strSwitchToDatabase = 'Switch to copied database';  //to translate
  710. $strPasswordHashing = 'Password Hashing';  //to translate
  711. $strCompatibleHashing = 'MySQL 4.0 compatible';  //to translate
  712. $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
  713. $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
  714. $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
  715. $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
  716. $strNoActivity = 'No activity since %s seconds or more, please login again';  //to translate
  717. $strApproximateCount = 'May be approximate. See FAQ 3.11';  //to translate
  718. $strSQLExportCompatibility = 'SQL export compatibility';  //to translate
  719. $strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!';  //to translate
  720. $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';  //to translate
  721. $strAfterInsertNext = 'Edit next row';  //to translate
  722. $strView = 'View';  //to translate
  723. $strViewHasBeenDropped = 'View %s has been dropped';  //to translate
  724. $strEngines = 'Engines';  //to translate
  725. $strStorageEngines = 'Storage Engines';  //to translate
  726. $strStorageEngine = 'Storage Engine';  //to translate
  727. $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';  //to translate
  728. $strDefaultEngine = '%s is the default storage engine on this MySQL server.';  //to translate
  729. $strEngineAvailable = '%s is available on this MySQL server.';  //to translate
  730. $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';  //to translate
  731. $strEngineDisabled = '%s has been disabled for this MySQL server.';  //to translate
  732. $strMyISAMSortBufferSize = 'Sort buffer size';  //to translate
  733. $strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';  //to translate
  734. $strMyISAMDataPointerSize = 'Data pointer size';  //to translate
  735. $strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';  //to translate
  736. $strMyISAMRecoverOptions = 'Automatic recovery mode';  //to translate
  737. $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';  //to translate
  738. $strMyISAMRepairThreads = 'Repair threads';  //to translate
  739. $strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.';  //to translate
  740. $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';  //to translate
  741. $strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).';  //to translate
  742. $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';  //to translate
  743. $strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.';  //to translate
  744. $strLongOperation = 'This operation could be long. Proceed anyway?';  //to translate
  745. $strVersionInformation = 'Version information';  //to translate
  746. $strInnoDBDataHomeDir = 'Data home directory';  //to translate
  747. $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';  //to translate
  748. $strInnoDBDataFilePath = 'Data files';  //to translate
  749. $strInnoDBAutoextendIncrement = 'Autoextend increment';  //to translate
  750. $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';  //to translate
  751. $strBufferPool = 'Buffer Pool';  //to translate
  752. $strBufferPoolUsage = 'Buffer Pool Usage';  //to translate
  753. $strDataPages = 'Pages containing data';  //to translate
  754. $strFreePages = 'Free pages';  //to translate
  755. $strBusyPages = 'Busy pages';  //to translate
  756. $strDirtyPages = 'Dirty pages';  //to translate
  757. $strPagesToBeFlushed = 'Pages to be flushed';  //to translate
  758. $strLatchedPages = 'Latched pages';  //to translate
  759. $strBufferPoolActivity = 'Buffer Pool Activity';  //to translate
  760. $strReadRequests = 'Read requests';  //to translate
  761. $strWriteRequests = 'Write requests';  //to translate
  762. $strBufferReadMisses = 'Read misses';  //to translate
  763. $strBufferReadMissesInPercent = 'Read misses in %';  //to translate
  764. $strBufferWriteWaits = 'Write waits';  //to translate
  765. $strBufferWriteWaitsInPercent = 'Write waits in %';  //to translate
  766. $strHTMLExcel = 'Microsoft Excel 2000';  //to translate
  767. $strHTMLExcelOptions = 'Microsoft Excel 2000 export options';  //to translate
  768. $strHTMLWord = 'Microsoft Word 2000';  //to translate
  769. $strHTMLWordOptions = 'Microsoft Word 2000 export options';  //to translate
  770. $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';  //to translate
  771. $strInnoDBBufferPoolSize = 'Buffer pool size';  //to translate
  772. $strInnoDBPages = 'pages';  //to translate
  773. $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';  //to translate
  774. $strPrivDescCreateView = 'Allows creating new views.';  //to translate
  775. $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.';  //to translate
  776. $strPrivDescCreateRoutine = 'Allows creating stored routines.';  //to translate
  777. $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';  //to translate
  778. $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.';  //to translate
  779. $strPrivDescExecute5 = 'Allows executing stored routines.';  //to translate
  780. $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';  //to translate
  781. $strGeneratePassword = 'Generate Password';  //to translate
  782. $strGenerate = 'Generate';  //to translate
  783. $strCopy = 'Copy';  //to translate
  784. $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.';  //to translate
  785. $strInvalidFieldCount = 'Table must have at least one field.';  //to translate
  786. $strInvalidRowNumber = '%d is not valid row number.';  //to translate
  787. $strInvalidColumnCount = 'Column count has to be larger than zero.';  //to translate
  788. $strInvalidFieldAddCount = 'You have to add at least one field.';  //to translate
  789. $strAndThen = 'and then';  //to translate
  790. $strInvalidAuthMethod = 'Invalid authentication method set in configuration:';  //to translate
  791. $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';  //to translate
  792. $strCSV = 'CSV';  //to translate
  793. $strImport = 'Import';  //to translate
  794. $strImportFormat = 'Format of imported file';  //to translate
  795. $strFileToImport = 'File to import';  //to translate
  796. $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';  //to translate
  797. $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';  //to translate
  798. $strCSVImportOptions = 'CSV options';  //to translate
  799. $strPartialImport = 'Partial import';  //to translate
  800. $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.';  //to translate
  801. $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.';  //to translate
  802. $strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.';  //to translate
  803. $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.';  //to translate
  804. $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';  //to translate
  805. $strNothingToImport = 'You didn\'t enter any data to import!';  //to translate
  806. $strIgnoreDuplicates = 'Ignore duplicate rows';  //to translate
  807. $strSkipQueries = 'Number of records(queries) to skip from start';  //to translate
  808. $strInvalidColumn = 'Invalid column (%s) specified!';  //to translate
  809. $strNoFilesFoundInZip = 'No files found inside ZIP archive!';  //to translate
  810. $strErrorInZipFile = 'Error in ZIP archive:';  //to translate
  811. $strFlushQueryCache = 'Flush query cache';  //to translate
  812. $strFlushTables = 'Flush (close) all tables';  //to translate
  813. $strHandler = 'Handler';  //to translate
  814. $strJoins = 'Joins';  //to translate
  815. $strKeyCache = 'Key cache';  //to translate
  816. $strMaxConnects = 'max. concurrent connections';  //to translate
  817. $strQueryCache = 'Query cache';  //to translate
  818. $strReplication = 'Replication';  //to translate
  819. $strServerStatusDelayedInserts = 'Delayed inserts';  //to translate
  820. $strShowOpenTables = 'Show open tables';  //to translate
  821. $strShowSlaveHosts = 'Show slave hosts';  //to translate
  822. $strShowSlaveStatus = 'Show slave status';  //to translate
  823. $strShowStatusReset = 'Reset';  //to translate
  824. $strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.';  //to translate
  825. $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.';  //to translate
  826. $strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size  value to cause temporary tables to be memory-based instead of disk-based.';  //to translate
  827. $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.';  //to translate
  828. $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.';  //to translate
  829. $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).';  //to translate
  830. $strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.';  //to translate
  831. $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.';  //to translate
  832. $strShowStatusFlush_commandsDescr  = 'The number of executed FLUSH statements.';  //to translate
  833. $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.';  //to translate
  834. $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.';  //to translate
  835. $strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.';  //to translate
  836. $strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.';  //to translate
  837. $strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.';  //to translate
  838. $strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.';  //to translate
  839. $strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.';  //to translate
  840. $strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.';  //to translate
  841. $strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.';  //to translate
  842. $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.';  //to translate
  843. $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.';  //to translate
  844. $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.';  //to translate
  845. $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).';  //to translate
  846. $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.';  //to translate
  847. $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.';  //to translate
  848. $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.';  //to translate
  849. $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.';  //to translate
  850. $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';  //to translate
  851. $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.';  //to translate
  852. $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.';  //to translate
  853. $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.';  //to translate
  854. $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.';  //to translate
  855. $strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.';  //to translate
  856. $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.';  //to translate
  857. $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';  //to translate
  858. $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.';  //to translate
  859. $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.';  //to translate
  860. $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.';  //to translate
  861. $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.';  //to translate
  862. $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.';  //to translate
  863. $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.';  //to translate
  864. $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.';  //to translate
  865. $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.';  //to translate
  866. $strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';  //to translate
  867. $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';  //to translate
  868. $strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.';  //to translate
  869. $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.';  //to translate
  870. $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.';  //to translate
  871. $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';  //to translate
  872. $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.';  //to translate
  873. $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.';  //to translate
  874. $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.';  //to translate
  875. $strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.';  //to translate
  876. $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.';  //to translate
  877. $strShowStatusInnodb_pages_readDescr = 'The number of pages read.';  //to translate
  878. $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.';  //to translate
  879. $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';  //to translate
  880. $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.';  //to translate
  881. $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.';  //to translate
  882. $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.';  //to translate
  883. $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.';  //to translate
  884. $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.';  //to translate
  885. $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.';  //to translate
  886. $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.';  //to translate
  887. $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.';  //to translate
  888. $strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.';  //to translate
  889. $strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.';  //to translate
  890. $strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.';  //to translate
  891. $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.';  //to translate
  892. $strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.';  //to translate
  893. $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';  //to translate
  894. $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';  //to translate
  895. $strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.';  //to translate
  896. $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.';  //to translate
  897. $strShowStatusOpen_filesDescr = 'The number of files that are open.';  //to translate
  898. $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';  //to translate
  899. $strShowStatusOpen_tablesDescr = 'The number of tables that are open.';  //to translate
  900. $strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';  //to translate
  901. $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.';  //to translate
  902. $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.';  //to translate
  903. $strShowStatusQcache_hitsDescr = 'The number of cache hits.';  //to translate
  904. $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.';  //to translate
  905. $strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.';  //to translate
  906. $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).';  //to translate
  907. $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.';  //to translate
  908. $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.';  //to translate
  909. $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).';  //to translate
  910. $strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.';  //to translate
  911. $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.';  //to translate
  912. $strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)';  //to translate
  913. $strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)';  //to translate
  914. $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.';  //to translate
  915. $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.';  //to translate
  916. $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.';  //to translate
  917. $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.';  //to translate
  918. $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.';  //to translate
  919. $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.';  //to translate
  920. $strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.';  //to translate
  921. $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.';  //to translate
  922. $strShowStatusSort_rowsDescr = 'The number of sorted rows.';  //to translate
  923. $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.';  //to translate
  924. $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';  //to translate
  925. $strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.';  //to translate
  926. $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.';  //to translate
  927. $strShowStatusThreads_connectedDescr = 'The number of currently open connections.';  //to translate
  928. $strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)';  //to translate
  929. $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.';  //to translate
  930. $strSorting = 'Sorting';  //to translate
  931. $strTempData = 'Temporary data';  //to translate
  932. $strThreads = 'Threads';  //to translate
  933. $strLDI = 'CSV using LOAD DATA';  //to translate
  934. $strLDILocal = 'Use LOCAL keyword';  //to translate
  935. $strLDIImportOptions = 'Options for CSV import using LOAD DATA';  //to translate
  936. $strInvalidLDIImport = 'This plugin does not support compressed imports!';  //to translate
  937. $strTableAlreadyExists = 'Table %s already exists!';  //to translate
  938. $strTransactionCoordinator = 'Transaction coordinator';  //to translate
  939. $strNumberOfFields = 'Number of fields';  //to translate
  940. $strShowingBookmark = 'Showing bookmark';  //to translate
  941. $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';  //to translate
  942. $strDeleteNoUsersSelected = 'No users selected for deleting!';  //to translate
  943. $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.';  //to translate
  944. $strMaximalQueryLength = 'Maximal length of created query';  //to translate
  945. $strBookmarkCreated = 'Bookmark %s created';  //to translate
  946. $strBookmarkReplace = 'Replace existing bookmark of same name';  //to translate
  947. $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';  //to translate
  948. $strEsperanto = 'Esperanto';  //to translate
  949. $strInvalidServerIndex = 'Invalid server index: "%s"';  //to translate
  950. $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.';  //to translate
  951. $strFileNameTemplateDescriptionTable = 'table name';  //to translate
  952. $strFileNameTemplateDescriptionDatabase = 'database name';  //to translate
  953. $strFileNameTemplateDescriptionServer = 'server name';  //to translate
  954. $strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.';  //to translate
  955. $strProtocolVersion = 'Protocol version';  //to translate
  956. $strMysqlClientVersion = 'MySQL client version';  //to translate
  957. $strUsedPhpExtensions = 'Used PHP extensions';  //to translate
  958. $strOpenNewWindow = 'Open new phpMyAdmin window';  //to translate
  959. $strLanguageUnknown = 'Unknown language: %1$s.';  //to translate
  960. $strLanguageFileNotFound = 'Language file "%1$s" not found.';  //to translate
  961. $strThemeNoPreviewAvailable = 'No preview available.';  //to translate
  962. $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"';  //to translate
  963. $strPDF = 'PDF';  //to translate
  964. $strPDFOptions = 'PDF options';  //to translate
  965. $strPDFReportTitle = 'Report title';  //to translate
  966. $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s';  //to translate
  967. $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.';  //to translate
  968. $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.';  //to translate
  969. $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.';  //to translate
  970. $strThemeNotFound = 'Theme %s not found!';  //to translate
  971. $strThemeDefaultNotFound = 'Default theme %s not found!';  //to translate
  972. $strThemeNoValidImgPath = 'No valid image path for theme %s found!';  //to translate
  973. $strThemePathNotFound = 'Theme path not found for theme %s!';  //to translate
  974. $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.';  //to translate
  975. $strSQLImportOptions = 'SQL options';  //to translate
  976. $strBrowseDistinctValues = 'Browse distinct values';  //to translate
  977. $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';  //to translate
  978. $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.';  //to translate
  979. ?>
  980.